home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / CGIMIL32.ZIP / sample1.cf < prev    next >
Encoding:
Text File  |  1996-07-29  |  587 b   |  23 lines

  1. # NOTE: # character is used for commenting lines
  2. # thus lines beggining with # are ignored
  3.  
  4. # Calling page for this sample is SAMPLE1.HTM
  5.  
  6. # Following line sets name of SMTP server - that is when uncommented
  7. #GATEWAY=smtp.server.com
  8.  
  9. # Specify sender's address
  10. FROM=<%REQ.FROM%>
  11.  
  12. # to who to send mail (can have several addresses here)
  13. # You have to uncomment this line in order to make sample work
  14. #TO=boban@student.math.hr
  15.  
  16. # specify Subject of the message
  17. SUBJECT=CGIMailer - Sample1
  18.  
  19. # following file will be used to create response page
  20. TEMPLATE=sample1.htt
  21.  
  22.  
  23.